Echo This will create a subdirectory called "FootballGlory" in the
Echo directory you specify, and install the game there. Nothing else
Echo will be changed in your system.
FailAt 19
If `RequestChoice TITLE "Football Glory Installation" BODY "Proceed with installation?" GADGETS "Yes, install" "Do not install"` EQ 0
Skip Sorry
EndIf
Echo Installation begins....
Set FGInstallDir=`RequestFile : TITLE "Where can I make the 'FootballGlory' directory?" DRAWERSONLY NOICONS POSITIVE "Create directory" NEGATIVE "Don't install game"`
If NOT EXISTS $FGInstallDir
Skip Errare
EndIf
Echo Installing "Football Glory" in directory $FGInstallDir FootballGlory, please wait.
FailAt 21
CD $FGInstallDir
If WARN
Skip Errare
EndIf
MakeDir FootballGlory
If FAIL
Skip Errare
EndIf
Copy FROM "FootballGloryAGA Disk1:" TO FootballGlory/ ALL QUIET CLONE
If WARN
Skip Errare
EndIf
Copy FROM "FootballGloryAGA Disk2:" TO FootballGlory/ ALL QUIET CLONE
If WARN
Skip Errare
EndIf
Copy FROM "FootballGloryAGA Disk3:" TO FootballGlory/ ALL QUIET CLONE
If WARN
Skip Errare
EndIf
Delete FootballGlory/HDInstall >NIL:
Delete FootballGlory/HDInstall.info >NIL:
Copy "FootballGlory/Icons/FootballGlory.info" TO "FootballGlory.info" CLONE